Skip to main content
POST
[Authenticated] Create a new post

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Body

application/json
content
string | null
htmlContent
string | null
rawContent
string | null
title
string | null
isPrivate
boolean
allowComments
boolean
toId
string<uuid> | null
groupId
string<uuid> | null
speechUrl
string | null
hashTags
string[] | null
tags
string[] | null
imageIds
string<uuid>[] | null
videoIds
string<uuid>[] | null
attachmentIds
string<uuid>[] | null
mediaAssetIds
string<uuid>[] | null
sendPushNotification
boolean

Response

200

OK